GraphicPropertiesColorMode Property

Specifies the output of colors from a source bitmap or raster graphic. The defined values for the draw:color-mode attribute are: - greyscale: image is displayed using intensity only. - mono: image is displayed in black and white. - standard: image is displayed without modification by the draw:color-mode attribute. - watermark: colors are modified to make the resulting image transparent.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public ColorMode ColorMode { get; set; }

Property Value

ColorMode

See Also